VrContentType

enum VrContentType : Parcelable

The available types a SourceConfigs VrConfig can have.

Entries

None
Link copied to clipboard
Sbs
Link copied to clipboard
Single
Link copied to clipboard
Tab
Link copied to clipboard

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<VrContentType>

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
valueOf
Link copied to clipboard
open fun valueOf(name: String): VrContentType
values
Link copied to clipboard
open fun values(): Array<VrContentType>
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)